home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gnutar / gtarbin.zoo / readme.st < prev   
Text File  |  1991-11-06  |  2KB  |  36 lines

  1. GNU Tar 1.10 Port for the Atari ST with MiNT (and without)
  2. ==========================================================
  3.  
  4. Well, I decided it was time I had a full fledged TAR that could handle 
  5. compressed archives rather than uncompressing and then untaring. So, I got
  6. the latest version of GNU Tar I could, which is v1.10, and started to port it
  7. to the Atari. 
  8.  
  9. I essentially use this program with MiNT, as MiNT provides all the facilities
  10. neccessary for me to use this program successfully. Supporting pipes are
  11. essential for the compress/uncompress function of GNU Tar to work, otherwise
  12. all the other functions should work under standard TOS.
  13.  
  14. Included in the binaries part of the this port is also my own compiled version
  15. of compress v4.0. All other versions of compress that I found opened the
  16. stdin/stdout functions in ASCII mode rather than binary and confused GNU Tar
  17. when using compressed archives. The one included has been tested to great
  18. length and shouldn't cause any problems, just make sure that its in your 
  19. default PATH statement in your environment.
  20.  
  21. This version has been compiled with GNU GCC v1.40 and the MiNT libraries at
  22. patchlevel 14. To take full advantage of GNU Tar, use MiNT v0.9, which has
  23. the ability to support symbolic links within the kernel.
  24.  
  25. I must pass a lot of credit onto Eric Smith for all the work he has put into
  26. making MiNT, for which without this and the libraries, this port would have
  27. been so much harder to do.
  28.  
  29. All I can say is it works for me, so share and enjoy.
  30.  
  31. Please also read the BUGS and COPYING files. 
  32.  
  33. Alan Hourihane
  34. email: alanh@logitek.co.uk
  35. 02/10/91
  36.